Eclipse Platform
Pre-release 3.0

org.eclipse.core.runtime
Interface IShutdownHook


public interface IShutdownHook

This interface is intended to allow a fragment to org.eclipse.core.runtime to hook into the termination of the platform, after the application finishes.

Not intended to be implemented by clients.


Method Summary
 void run()
          This method is called right away after the application finishes.
 

Method Detail

run

public void run()
This method is called right away after the application finishes.


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.